home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / qbasicpg.zip / KEYTELL.BAS (.txt) < prev    next >
QuickBASIC Tokenized Source  |  1991-04-03  |  1KB  |  22 lines

  1. RIGHT
  2. ENDKEY
  3. Choice
  4.  Function and control key constantse
  5.  Get a function or ASCII key
  6.  Handle ASCII keys
  7. Escape key
  8. Control code
  9. Digit: "
  10. Uppercase letter: 
  11. Lowercase letter: 
  12. Punctuation: "
  13.  Convert 2-byte extended code to 1-byte ASCII code and handlen
  14. DOWN arrow key
  15. UP arrow key
  16. PGDN key
  17. PGUP key
  18. HOME key
  19. END key"
  20. RIGHT arrow key"
  21. LEFT arrow key
  22.